home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_214 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-14  |  675 b   |  10 lines

  1. on(release){
  2.    _parent.MyNode = new XML("<node><item id=\"" + _root.AttributesListIDArray[_parent.l3.ActiveItem] + "\" type=\"" + _root.AttributesListTYPEArray[_parent.l3.ActiveItem] + "\" page=\"" + _root.AttributesListPAGEArray[_parent.l3.ActiveItem] + "\"></item><title>" + _root.ItemsListArray[_parent.l3.ActiveItem] + "</title><description>" + _root.DescriptionListArray[_parent.l3.ActiveItem] + "</description></node>");
  3.    if(_parent.l3.ActiveItem != 0)
  4.    {
  5.       _root.MyPlayListXML.appendChild(MyNode);
  6.       _root.aaa = _root.MyPlayListXML.toString();
  7.       loadVariables("edugen?sid=demo&msg=12070&data=" + _parent.MyNode.toString(),this,"GET");
  8.    }
  9. }
  10.